Package client.teavm

Klasse ImportedApi

java.lang.Object
client.teavm.ImportedApi
Alle implementierten Schnittstellen:
IImportedApi

public class ImportedApi extends Object implements IImportedApi
Browser needs float array for each channel with sound samples with a value range of -1..1. And pixel data is required as a byte array containing color data four bytes each pixel RGBA. Note: A lookup table is used for sample data conversion (short to float) for performance reasons